.index-product-series {
	font-size:12px;
	padding:0.5em 0;
	margin:0 auto;
	background-color:#fff;
	-moz-opacity:.9;
	opacity:.9;
	position:relative;
	z-index:3
}
.index-product-series .toggle-icon li {
	width:14%
}
.index-product-series .toggle-icon li ul {
	width:100%;
	display:none;
	position:absolute;
	background-color:#fff
}
.index-product-series .toggle-icon li ul li {
	width:100%;
	padding:.5em 0;
	text-align:center;
	border-bottom:1px dashed #d4d4d4;
	float:none
}
.index-product-series .toggle-icon li ul li a {
	color:#898989
}
.index-product-series .toggle-icon li ul li:last-child {
	border-bottom-style:none;
	border-right-style:none
}
.index-product-series.align-vertical .toggle-icon li ul {
	top:8em
}
.index-product-series.align-vertical .toggle-icon li ul li {
	border-left-style:none
}
.index-product-series.align-horizontal .toggle-icon {
	width:88%
}
.index-product-series.align-horizontal .toggle-icon li {
	border-style:none
}
.index-product-series.align-horizontal .toggle-icon li a {
	width:100%;
	margin:0 auto
}
.index-product-series.align-horizontal .toggle-icon li a span {
	text-align:left;
	float:left
}
.index-product-series.align-horizontal .toggle-icon li a span:first-child {
	width:25%;
	margin-left:5%
}
.index-product-series.align-horizontal .toggle-icon li a span:nth-child(2) {
	margin-top:.3em;
	float:right;
	width:66%
}
.index-product-series.align-horizontal .toggle-icon li ul {
	top:4em
}
.index-product-series.align-horizontal .toggle-icon li ul li {
	border-bottom:1px dashed #d4d4d4
}
.index-product-series.align-horizontal .toggle-icon li ul li:last-child {
	border-bottom-style:none
}
.special-product {
	position:relative
}
.special-product a {
	position:absolute;
	top:78%;
	left:15.3%
}
.hot-product-title{
	top: 10px;
	color: #000000!important;
}
.hot-product {
	margin:0 auto;
}
.hot-product .product-board-container {
	width:54%;
	left:0;
	height:480px
}
.hot-product .product-board-container .mask {
	text-align:left;
	padding:0 1em
}
.hot-product .product-board-container .mask h5 {
	position:relative;
	top:0;
	left:0
}
.hot-product .product-board-container .mask h5 span {
	position:absolute;
	margin-left:-1.25em;
	z-index:2
}
.hot-product .product-board-container .product-board {
	width:500px
}
.hot-product .product-board-container .product-board .product-board-title {
	width:400px;
	height:154px
}
.hot-product .product-board-container .product-board .mask {
	top:0;
	height:40%;
	display:none
}
.hot-product .product-board-container .product-board .mask a {
	color:#fff
}
.hot-product .product-board-container .product-board .col-md-6:nth-child(n+4) {
	margin-top:20px
}
.hot-product .product-q8-container {
	width:46%;
	right:0;
	height:480px
}
.hot-product .product-q8-container .product-q8-ranking {
	width:100%;
	height:154px;
/*	background:url("../images/index/product-ranking-1366.png") no-repeat 0 0;*/
	padding:0 2em;
	padding-top:.5em;
	color:#fff;
	background-color:#1b365d
}
.hot-product .product-q8-container .product-q8-ranking h3 {
	position:relative;
	top:0;
	left:0
}
.hot-product .product-q8-container .product-q8-ranking h3 span {
	position:absolute;
	margin-left:-1.5em;
	z-index:2
}
.hot-product .product-q8-container .product-q8-ranking .rank-like {
	margin-left:8em;
	display:inline-block;
	color:#fff
}
.hot-product .product-q8-container .product-q8 {
	width:500px
}
@media (max-width:1024px) {
	.hot-product .product-board-container .product-board {
	width:390px
}
.hot-product .product-board-container .product-board .product-board-title {
	width:360px;
	height:129px
}
.hot-product .product-q8-container .product-q8-ranking {
	height:129px
}
.hot-product .product-q8-container .product-q8 {
	width:380px
}
}@media (min-width:2048px) {
	.hot-product {
	width:1920px
}
.hot-product .product-board-container {
	top:210px!important
}
.hot-product .product-q8-container {
	top:210px!important
}
}.news {
	width:58%;
	margin:0 auto;
	margin-top:3.25em
}
.news .mask {
	height:20%;
	line-height:68px
}
.recommend {
	width:58%;
	margin:0 auto;
	margin:3.25em auto
}
.recommend .mask {
	height:100%;
	line-height:218px
}
@media (min-width:2048px) {
	.news,.recommend {
	width:1114px
}
.news .mask {
	line-height:106px
}
.recommend .mask {
	line-height:341px
}
}@media (max-width:1024px) {
	.news,.recommend {
	width:78%
}
.news .mask {
	line-height:62px
}
.recommend .mask {
	line-height:236px
}
}

.box {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  transition: 0.5s;
  cursor: pointer;
  -webkit-transition: 0.5s; }

.box:hover {
  border: 1px solid rgba(0, 160, 80, 0);
  color: #FFF;
  text-decoration: none; }

.box:active {
  text-decoration: none; }

.box::before, .box::after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s; }

.foo::before {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  -webkit-transform-origin: 0 100%; }

.foo::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform-origin: 100% 0%; }
/*================================ */

.square-button-dark {
  padding: 8px 10px;
  min-width: 130px;
  text-align: center;
  border: 1px solid rgba(122, 121, 119, 0.4) !important;
  display: inline-block;
  background: rgba(56, 55, 54, 0.1); }
  .square-button-dark:before, .square-button-dark:after {
    border-color: #7a7977 !important; }
  .square-button-dark, .square-button-dark:hover {
    color: #7a7977; }

.box:hover::after, .box:hover::before {
  -webkit-transform: scale(1); }

.image-galleries {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4px;}
  .image-galleries .item-row {
    float: left;
    width: 100%; }
    .image-galleries .item-row > div {
      padding: 0 1px;
      margin-bottom: 2px; }
    .image-galleries .item-row.last {
      margin-bottom: 0px; }
    .image-galleries .item-row .square {
      margin: 4px; }
      .image-galleries .item-row .square img {
        width: 100%;
        height: auto; }

  main.join-us .new-section .contact-info > div {
    width: 50%;
    margin-bottom: 10px; }
  #sign-up.modal .modal-content {
    padding-top: 32px; }
  #sign-up.modal .logo {
    float: none;
    display: block;
    margin: 0 auto;
    position: relative;
    left: auto;
    top: auto; }
  #sign-up.modal .sign-up-wrapper.content {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    max-width: 90%;
    padding: 40px 0; }
  #sign-up.modal .sign-up-wrapper .form.shrinked {
    width: calc(50% - 50px);
    float: left;
    margin-right: 60px; }

/* IPad Pro Landscape orientation mode
================================ */
@media only screen and (min-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /*
  ******** Join ***********
  */
  section.join-us-banner .slider-wrapper .bx-wrapper {
    height: calc(100vh - 84px) !important; }
  .join-slider .left-sliders {
    margin-bottom: 2px;
    width: 50%;
    height: 100vh; }
    .join-slider .left-sliders .join-banner-bg,
    .join-slider .left-sliders .join-banner-bg-reversed {
      height: 100vh; }
  .join-slider .right-sliders {
    margin-bottom: 2px;
    width: 50%;
    height: 100vh; }
  main.join-us .new-section .contact-info > div {
    width: 25%;
    margin-bottom: 10px; }
  #sign-up.modal .modal-content {
    padding-top: 32px; }
  #sign-up.modal .close {
    position: absolute;
    right: 16px;
    top: 16px; }
  #sign-up.modal .sign-up-wrapper.content {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    max-width: 770px;
    padding: 40px 0; }
  #sign-up.modal .sign-up-wrapper .form.shrinked {
    width: calc(50% - 50px);
    float: left;
    margin-right: 60px; }
  #sign-up.modal .sign-up-wrapper .apps {
    width: calc(50% - 50px);
    float: right; }
    #sign-up.modal .sign-up-wrapper .apps ul {
      margin-top: 16px; }
    #sign-up.modal .sign-up-wrapper .apps hr.mt-48 {
      margin-top: 47px !important; } }

/* IPad Pro Landscape orientation mode
================================ */
.square {
  overflow: hidden; }
  .square .foreground {
    background-color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 2s ease; }
  .square .zoom {
    width: 100%;
    height: 100%;
    transition: transform 2s; }
  .square .square-tile, .square .square-tile-left, .square .square-tile-right, .square .square-tile-center {
    position: absolute;
    bottom: 35px;
    color: white; }
  .square .square-tile, .square .square-tile-left {
    left: 55px;
    text-align: left; }
  .square .square-tile-right {
    right: 55px;
    text-align: right; }
  .square .square-tile-center {
    left: 55px;
    right: 55px; }
  .square .square-tile-left .square-title, .square .square-tile-right .square-title {
    margin-bottom: 15px; }
  .square button.square-button {
    bottom: initial;
    left: initial;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1.5px;
    text-align: center;
    color: #002d7e;
    font-family:'MyriadSetPro Thin';src: url(../fonts/MyriadSetPro-Thin.ttf);
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px #002d7e;
    right: initial;
    top: inherit;
    position: relative; }
  .square .square-title {
    margin-bottom: 1px;
    font-family:'MyriadSetPro Thin';src: url(../fonts/MyriadSetPro-Thin.ttf);
    font-weight: 300;
    font-size: 22px; }
  .square .square-desc {
    font-size:16px;
    margin-bottom: 15px; }
	.square {
	  overflow: hidden; }
	  .square .foreground {
		background-color: black;
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: 2s ease; }

/*  图片效果*/
	.square-button.square-white {
	  background-color: rgba(255, 255, 255, 0.1);
	  border: solid 1px rgba(255, 255, 255, 0.2);
	  min-width: 160px; }

	.square:hover .foreground {
	  opacity: 0.6; }

	.square:hover .zoom {
	  transform: scale(1.05); }

	.imgBg {
	  width: 100%;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.innerDiv {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
	.innerDiv1 {
  width: 100%;
  height: 100%;
  position: relative;
}


/* 滚动必要布局样式css */

.product-num-box{
    width: 100%;
    height: 770px;
/*    background-color: #3e88f1;*/
    background-image: url(../index_files/index-2.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size:100%;
}

.product-num-content{
    width: 100%;
    height: 577px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.product-num-title{
    padding-top: 12%;
	padding-left: 43%;
    margin-bottom: 45px;
    font-size: 50px;
    color: #002B77;
    line-height: 45px;
	font-family: 'MyriadSetPro Thin';src: url(../fonts/MyriadSetPro-Thin.ttf);
}
.product-num-text{
    font-size: 18px;
	padding-left: 40%;
    color: #353333;
    line-height: 1px;
}

.product-num-text2{
    font-size: 19px;
	padding-top: 48px;
	padding-left: 39%;
    color: #fff;
    line-height: 28px;
}

.product-num-text3{
    font-size: 19px;
	padding-top: 30px;
	padding-left: 40%;
    color: #fff;
    line-height: 28px;
}

.product-num-text4{
/*    margin-top: 2%;*/
	font-size: 18px;
	color: #545454; 
	font-weight: 200
}

.product-num-text5{
/*    margin-top: 2%;*/
	font-size: 25px;
	color: #0C0C0C; 
	font-weight: 400;
	letter-spacing: 0.5px;
}

.product-num-head{
    margin-top: 6%;
	margin-left: 30px;
    font-size: 0;
}

.product-num-item{
 	text-align: center;
    position: relative;
    display: inline-block;
    width: 300px;
    font-size: 108px;
    color: #fff;
    line-height: 62px;
}

.product-num-jus{
    display: inline-block;
    margin: 80px 0;
    width: 162px;
    height: 56px;
    font-size: 22px;
    color: #fff;
    line-height: 48px;
    letter-spacing: 2px;
    border: 4px solid #fff;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
}

.product-num-jus2{
    padding-left: 20px;
    width: 162px;
    height: 56px;
    font-size: 22px;
    color: #fff;
    line-height: 48px;
    letter-spacing: 2px;
    cursor: pointer;
    font-weight: 500;
}

.product-num-nub{
/*    display: inline-block;*/
    width: 400px;
    font-size: 70px;
    color: #383838;
    line-height: 62px;
}

.product-num-add{
    font-size: 24px;
    color: #fff;
    margin-left: -20px;
    position: absolute;
    right: 75px;
    top: 30px;
}

.product-num-inf{
    margin-top: 24px;
    font-size: 28px;
    color: #fff;
    line-height: 0;
    margin-left: 30px;
}

.product-num-jus:hover{
    background-color: #fff;
    color: #3e88f1;
}

.product-num-wan{
    position:absolute;
    right: 55px;
    top: 0px;
}
.news-title{
	margin-top: 50px;
}
.news-bg{
	background: #e7e7e6;
	width: 100%;
	padding-bottom: 50px;
}
.indox .index-news {
  background: #e7e7e6;
  padding-top: 10px;
  padding-left: 1%;
}
.indox .index-news .w1300 {
  margin: auto;
}
.indox .index-news .w1300 .index-title img {
  display: inline-block;
}
.indox .index-news .w1300 .index-title div {
  float: right;
  display: inline-block;
  height: 66px;
  line-height: 66px;
}
.indox .index-news .w1300 .index-news-detail .leftbox {
  float: left;
/*  width: 47%;*/
  height: 425px;
}
.indox .index-news .w1300 .index-news-detail .leftbox img {
  max-width: 100%;
  margin: 40px auto;
  display: block;
  width: 100%;
  height: 100%;
}
.indox .index-news .w1300 .index-news-detail .righttext {
  overflow: hidden;
  padding-left: 65px;
  box-sizing: border-box;
  margin-top: 40px;
}
.indox .index-news .w1300 .index-news-detail .righttext ul li {
  margin: 15px 18px 18px 0;
  border-bottom: 1px solid #c8c8c8;
  max-height: 95px;
  height: 95px;
  box-sizing: border-box;
  padding: 5px 0 16px 0;
  cursor: pointer;
}
.indox .index-news .w1300 .index-news-detail .righttext ul li:last-of-type {
  padding-bottom: 5px;
  border-bottom: none;
  margin-bottom: 0;
  height: 76px;
}
.indox .index-news .w1300 .index-news-detail .righttext ul li a {
  display: block;
  height: 100%;
}
.indox .index-news .w1300 .index-news-detail .righttext ul li a div {
  display: flex;
}
.indox .index-news .w1300 .index-news-detail .righttext ul li a div .right-date {
  width: 59px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.indox .index-news .w1300 .index-news-detail .righttext ul li a div .right-date span {
  display: block;
}
.indox .index-news .w1300 .index-news-detail .righttext ul li a div .right-date span:first-of-type {
  color: #9d9d9d;
  font-size: 60px!important;
  font-weight: bold;
  font-family: 'MyriadSetPro Thin';src: url(../fonts/MyriadSetPro-Thin.ttf);
  position: absolute;
  top: -40px;
  left: 0;
  width: 59px;
}
.indox .index-news .w1300 .index-news-detail .righttext ul li a div .right-date span:last-of-type {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.indox .index-news .w1300 .index-news-detail .righttext ul li a div .right-date:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 74px;
  background-color: #c8c8c8;
  left: 82px;
  top: -6px;
}
.indox .index-news .w1300 .index-news-detail .righttext ul li a div .right-text {
  margin-left: 40px;
  position: relative;
  top: 0;
  left: 0;
}
.indox .index-news .w1300 .index-news-detail .righttext ul li a div .right-text span {
  display: block;
}
.indox .index-news .w1300 .index-news-detail .righttext ul li a div .right-text span:first-of-type {
  font-size: 20px;
  color: #3e6ea0;
  position: absolute;
  top: -10px;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.indox .index-news .w1300 .index-news-detail .righttext ul li a div .right-text span:last-of-type {
  font-size: 16px;
  color: #4a4a4a;
  position: absolute;
  top: 28px;
  font-weight: 200;
  left: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indox .index-news .w1300 .index-news-detail .righttext ul li:hover a span {
  transition: all .5s;
  color: #3372c1 !important;
}


.content-details .big-img {
    position: relative;
    max-width: 98%;
    overflow: hidden;margin:0 auto;
    border: solid 1px #ddd;text-align:center;
}
.fa-img {
    position: relative;
    display: inline-block;
    max-width: 98%;
    overflow: hidden;
}
.content-details .big-img img{max-width:98%;}
.fa-btn {
    position: absolute;
    width: 40px;
    height: 80px;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
}
.fa-img .btn-prev {
    left: 10px;
    background: url("../images/z.png") no-repeat;
 
}
.fa-img .btn-next {
    right: 10px;
    background: url("../images/y.png") no-repeat;

}
.content-details .img-items {
    width: 830px;
    height: 147px;
    overflow: hidden;
    position: relative;
}
.li-btn {
    position: absolute;
    width: 41px;
    height: 127px;
    top: 0;
    cursor: pointer;
}
.li-btn-prev {
    left: 0px;
    background: url("../images/zz.png") no-repeat;
    background-position: 0;
}
.li-btn-next {
    right: 0px;
    background: url("../images/yy.png") no-repeat;
  background-position: 0;
}
.li-img{
    position: relative;
    width: 738px;
    height: 130px;
    overflow: hidden;
    margin: 0 0 0 41px;
}
.li-img ul li {
    float: left;
    margin-left: 20px;
    cursor: pointer;
    height: 130px;
    position: relative;
}
#details-minImg {
    position: relative;
    height: 130px;
}
.li-img ul li:nth-of-type(1) {
    margin-left: 0px;
}
.li-img ul li img {
    max-width: 128px;
    width: 100%;height:128px;
}
.li-img ul .active::after {
    content: " ";
    position: absolute;
    display: block;
    width: 130px;
    height: 128px;
    border: 1px solid red;
    top: 0;
}
.cp_es{width:1250px; margin:0 auto; padding-bottom:100px;}
.cp_es .content-details .big-img{ border:0;}
.cp_es .fa-img h2{font-size:30px;color:#111; font-weight:bold; margin-bottom:20px;}
.cp_es .cp_tit{ line-height:40px; border-bottom:1px #ccc solid; color:#222; font-size:24px!important; text-align:left; margin-top:30px; margin-bottom:20px; font-weight:bold;}
.cp_es .cp_con{ line-height:2;}
.cp_es .cp_con img{max-width:800px; margin-top:20px; margin-bottom:10px;margin:0 auto; text-align:center;}
.cp_es .cp_con table tr td{ text-align:center;}